Created: 2022-09-12
Tags: #fleeting
Usually a big strip across the top with a big heading, logo, and perhaps a tagline.
This usually stays the same from one webpage to another.
<header> represents a group of introductory content.
If it is a child of <body> it defines the global header of a webpage,
If it's a child of an <article> or <section> it defines a specific header for that section
(try not to confuse this with titles and headings).